home *** CD-ROM | disk | FTP | other *** search
/ PC Home MegaDisk 20 / PC Home MegaDisk 1994-05 Issue 20.img / SURVEY.EXE / GO.BAT next >
Encoding:
DOS Batch File  |  1994-04-06  |  938 b   |  25 lines

  1. @echo off
  2. cls
  3. echo -------------------------------------------------------------------------
  4. echo                    PC HOME READER SURVEY
  5. echo -------------------------------------------------------------------------
  6. echo[
  7. echo Help us to make this magazine and CD-Rom disc the best available by
  8. echo filling in our reader survey. All you need to do is press a key to start
  9. echo the survey program and answer the questions as they appear on the screen.
  10. echo[
  11. echo All your answers will be written to a floppy disk in drive A. You must
  12. echo then post this back to us at the address displayed at the end of the
  13. echo survey.
  14. echo[
  15. echo Place a formatted disk (one you no longer need) in drive A and then
  16. echo press any key to continue or Ctrl+C to quit. . .
  17. pause >nul
  18. survey
  19. echo[
  20. echo You can delete the survey program as it is no longer needed...
  21. echo Type:  DEL *.*
  22. echo        CD ..
  23. echo        RD SURVEY
  24. echo[
  25.